A) We were referenceing shortname after we'd freed it.
authorrobertl <robertl>
Mon, 22 Nov 2004 06:17:26 +0000 (06:17 +0000)
committerrobertl <robertl>
Mon, 22 Nov 2004 06:17:26 +0000 (06:17 +0000)
commit0afa53b780f429670f1ed16e5ff40ba731c99017
treed6852b999daf5036a5a0f55411b9731904205505
parentdd49e95fc05fd4145b56ac5c8404c559159f8be3
A) We were referenceing shortname after we'd freed it.
B) If we were using prefer_shortname and had a description we'd free
   shortname twice, resulting in a process that would never exit becuase
   of heap corruption on FC2.  (Other OSes would surely have similarly
   entertaing failure modes.)
csv_util.c